func runtime.newBucket

2 uses

	runtime (current package)
		mprof.go#L214: func newBucket(typ bucketType, nstk int) *bucket {
		mprof.go#L309: 	b := newBucket(typ, len(stk))